Set CDPATH to an empty string.
authorLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Feb 2004 23:21:00 +0000 (23:21 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Mon, 9 Feb 2004 23:21:00 +0000 (23:21 +0000)
Makefile.in

index 264b99f6d3331089f25000e68240ded94414fccb..cf572f25812d73728f9daf9c4f04c904dcbde772 100644 (file)
 
 SHELL = /bin/sh
 
+# This may not work with certain non-GNU make's.  It only matters when
+# inheriting a CDPATH not starting with the current directory.
+CDPATH=
+
 # If Make doesn't predefine MAKE, set it here.
 @SET_MAKE@